(hexl-find-file): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Jul 2006 15:52:23 +0000 (15:52 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Jul 2006 15:52:23 +0000 (15:52 +0000)
lisp/hexl.el

index e2078fceecb6678a8a4baff26350fc2b0c0e5326..d753fc830178cac5b929d43d443ff40bc4827f22 100644 (file)
@@ -351,8 +351,9 @@ You can use \\[hexl-find-file] to visit a file in Hexl mode.
 
 ;;;###autoload
 (defun hexl-find-file (filename)
-  "Edit file FILENAME in `hexl-mode'.
-Switch to a buffer visiting file FILENAME, creating one in none exists."
+  "Edit file FILENAME as a binary file in hex dump format.
+Switch to a buffer visiting file FILENAME, creating one if none exists,
+and edit the file in `hexl-mode'."
   (interactive
    (list
     (let ((completion-ignored-extensions nil))